ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / RemoveAt Method
A zero-based System.Int32 index at which to remove the T object.

In This Topic
RemoveAt Method (ItemCollection<T>)
In This Topic
Removes a T object from the ItemCollection<T> at the specified index.
Syntax
'Declaration
 
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
 

Parameters

index
A zero-based System.Int32 index at which to remove the T object.
See Also